Staking options
GET/staking_options
Staking options
Request
Query Parameters
apiKey stringrequired
Example: {{publicKey}}
Responses
- 200
- 403
OK
- application/json
- Schema
- Example (from schema)
Schema
tokenAddress string
tokenSymbol string
tokenName string
tokenLogoURI string
unStakeTokenAddress string
stakingProviderId string
expired boolean
stakingApr number
tvl number
[
{
"tokenAddress": "0x34Ef2Cc892a88415e9f02b91BfA9c91fC0bE6bD4",
"tokenSymbol": "VOLT",
"tokenName": "VoltToken",
"tokenLogoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x34Ef2Cc892a88415e9f02b91BfA9c91fC0bE6bD4/logo.png",
"unStakeTokenAddress": "0x97a6e78c9208c21afaDa67e7E61d7ad27688eFd1",
"stakingProviderId": "volt-bar",
"expired": true,
"stakingApr": 4.680838850990786,
"tvl": 17677.41655899244
},
{
"tokenAddress": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
"tokenSymbol": "FUSE",
"tokenName": "Fuse",
"tokenLogoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE/logo.png",
"unStakeTokenAddress": "0xb1DD0B683d9A56525cC096fbF5eec6E60FE79871",
"stakingProviderId": "fuse-liquid-staking",
"expired": false,
"stakingApr": 16.967527320525,
"tvl": 511042.40456797834
}
]
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
statusCode integer
errorMessage object
statusCode integer
message string
error string
path string
{
"statusCode": 403,
"errorMessage": {
"statusCode": 403,
"message": "Forbidden resource",
"error": "Forbidden"
},
"path": "/api/v0/staking/staking_options?apiKey={{publicKey}}"
}
Loading...